org.zkoss.zul.tree.maxRodPageSize
From Documentation
Property:
org.zkoss.zul.tree.maxRodPageSize
Applicable: globally in zk.xml via <library-property> nested in a zul file via <custom-attributes>
Default: 1
Since 7.0.0
- Available for ZK:
Specifies how many pages (of treeitems) to keep rendered in memory (on the server side) when navigating the tree using pagination. It is used only if live data (Tree.setModel(TreeModel)) and in paging mold (Tree.getPagingChild()).
If you prefer to configure a particular component, you could specify it as the custom attribute of the component or any of its ancestor components.
<tree>
<custom-attributes org.zkoss.zul.tree.maxRodPageSize="5"/>
...
Version History
Version | Date | Content |
---|---|---|
7.0.0 | August 2013 | ZK-1898-Tree support render on demand |